- indicating pointer
- Метрология: стрелка показывающего прибора
Универсальный англо-русский словарь. Академик.ру. 2011.
Универсальный англо-русский словарь. Академик.ру. 2011.
Pointer swizzling — In computer science, pointer swizzling is the conversion of references based on name or position to direct pointer references. It is typically performed during the deserialization (loading) of a relocatable object from disk, such as an executable … Wikipedia
Pointer (computing) — This article is about the programming data type. For the input interface (for example a computer mouse), see Pointing device. Pointer a pointing to the memory address associated with variable b. Note that in this particular diagram, the computing … Wikipedia
counter-pointer — An instrument dial that has a pointer as well as a digital read out counter indicating the value of the pointer … Aviation dictionary
Hazard pointer — In a multithreaded computing environment, a hazard pointer is an element used by a methodology that allows the memory allocated to the nodes of lock free dynamic shared objects to be reclaimed. Using the methodology, each thread keeps a list of… … Wikipedia
speedometer — /spee dom i teuhr, spi /, n. an instrument on an automobile or other vehicle for indicating the rate of travel in miles or kilometers per hour. [1900 05; SPEED + O + METER] * * * ▪ vehicle instrument instrument that indicates the speed of a… … Universalium
spring balance — Weighing device that uses the relation between the applied load and the deformation of a spring. This relationship is usually linear; that is, if the load is doubled, the deformation is doubled. Spring balances are widely used commercially. Those … Universalium
Cursor (computers) — A blinking text cursor, stopped in the middle of typing the word Wikipedia. In computing, a cursor is an indicator used to show the position on a computer monitor or other display device that will respond to input from a text input or pointing… … Wikipedia
Brevity code — Contents 1 American/NATO codes 1.1 A 1.2 B 1.3 C … Wikipedia
Compass — This article is about the direction finding instrument used in navigation. For other uses, see Compass (disambiguation). A simple dry magnetic pocket compass … Wikipedia
C (programming language) — C The C Programming Language[1] (aka K R ) is the seminal book on C … Wikipedia
const-correctness — In computer science, const correctness is the form of program correctness that deals with the proper declaration of objects as mutable or immutable. The term is mostly used in a C or C++ context, and takes its name from the const keyword in those … Wikipedia